﻿/* controls the fonts, size and default text colour for the page */
body
{
	font-family: Trebuchet-MS, Arial, Sans-Serif;
	color: #0093D0;
	background-color: #EAF3F8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8FC8E6), to(#EAF3F8)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #8FC8E6, #EAF3F8); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #8FC8E6, #EAF3F8); /* FF3.6+ */
	background-image: -ms-linear-gradient(top, #8FC8E6, #EAF3F8); /* IE10 */
	background-image: -o-linear-gradient(top, #8FC8E6, #EAF3F8); /* Opera 11.10+ */
	background-image: linear-gradient(top, #8FC8E6, #EAF3F8); /* W3C */
}

/* specify the location of your logo, background colour of the header and bottom border of the header */
#logoSpace
{
	border-color: #858585;
	background-color: #048FCA;
	color:#fff;
	background-image: url('/skins/webfusion/123-logo-100px.png');/* fallback */
	background-image: url('/skins/webfusion/123-logo-100px.png'), -webkit-gradient(linear, left top, left bottom, from(#048FCA), to(#00A8EF)); /* Saf4+, Chrome */
	background-image: url('/skins/webfusion/123-logo-100px.png'), -webkit-linear-gradient(top, #048FCA, #00A8EF); /* Chrome 10+, Saf5.1+ */
	background-image: url('/skins/webfusion/123-logo-100px.png'), -moz-linear-gradient(top, #048FCA, #00A8EF); /* FF3.6+ */
	background-image: url('/skins/webfusion/123-logo-100px.png'), -ms-linear-gradient(top, #048FCA, #00A8EF); /* IE10 */
	background-image: url('/skins/webfusion/123-logo-100px.png'), -o-linear-gradient(top, #048FCA, #00A8EF); /* Opera 11.10+ */
	background-image: url('/skins/webfusion/123-logo-100px.png'), linear-gradient(top, #048FCA, #00A8EF); /* W3C */
}

/* specify color of info bar under header */
#infoBar{background-color:#D1EAF6;}

/* specify bottom line color */
div.bottomInfo hr{color:#0093D0;}

/* set the border and background colour for the main content areas */
.detailsPanel{border-color:#0093D0;background-color:#fff;}

/* set the border and background colour for the footer */
.helpPanel
{
	border-color: #0093D0;
	background-color: #048FCA;
	color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0093D0), to(#00A8EF)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #0093D0, #00A8EF); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #0093D0, #00A8EF); /* FF3.6+ */
	background-image: -ms-linear-gradient(top, #0093D0, #00A8EF); /* IE10 */
	background-image: -o-linear-gradient(top, #0093D0, #00A8EF); /* Opera 11.10+ */
	background-image: linear-gradient(top, #0093D0, #00A8EF); /* W3C */
}

/* custom footer styles */
.ftrtxtBld span
{
	font-weight:bold;
	display:block;
}

.ftrtxtBld, .ftrtxt
{
	float:left;
	width:790px;
}

.ftrtxt
{
	font-weight:bold;
}

.ftrtxt a
{
	color:#fff;
	text-decoration:none;
}

div.groupLogo
{
	float:right;
}

div.groupLogo span
{
	background-image: url('/skins/webfusion/mbr-123.png');
	background-repeat:no-repeat;width:86px;height:62px;
	display:block;
}






